home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1996 September / inter@ivo 1996-09.iso / cybint8 / bin / cc.dxr / 00105.ls < prev    next >
Encoding:
Text File  |  1996-08-02  |  475 b   |  22 lines

  1. on exitFrame
  2.   if (the mouseCast = 2) or (the mouseCast = 15) or (the mouseCast = -1) then
  3.     go(2)
  4.   end if
  5.   if rollOver(20) then
  6.     set the visible of sprite 20 to 1
  7.   else
  8.     set the visible of sprite 20 to 0
  9.   end if
  10.   if rollOver(21) then
  11.     set the visible of sprite 21 to 1
  12.   else
  13.     set the visible of sprite 21 to 0
  14.   end if
  15.   if rollOver(22) then
  16.     set the visible of sprite 22 to 1
  17.   else
  18.     set the visible of sprite 22 to 0
  19.   end if
  20.   go(the frame)
  21. end
  22.